From 4ca78415ba2dfd84624266b557186db0a8935348 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 7 Jun 2010 00:59:39 +0000 Subject: [PATCH] Add russian to Windows dist. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3959 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/gui/setup.iss.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gpsbabel/gui/setup.iss.in b/gpsbabel/gui/setup.iss.in index 2bb930f3e..11839e976 100755 --- a/gpsbabel/gui/setup.iss.in +++ b/gpsbabel/gui/setup.iss.in @@ -1,4 +1,4 @@ -; $Id: setup.iss.in,v 1.5 2009-09-08 16:06:32 robertl Exp $ +; $Id: setup.iss.in,v 1.6 2010-06-07 00:59:39 robertl Exp $ ; ; NOTE: setup.iss is generated from setup.iss.in via autoconf. ; The generated setup.iss is checked in to help keep the version numbers @@ -66,6 +66,7 @@ Source: gpsbabelfe_es.ts; DestDir: "{app}\translations"; Flags: ignor Source: gpsbabelfe_fr.ts; DestDir: "{app}\translations"; Flags: ignoreversion Source: gpsbabelfe_hu.ts; DestDir: "{app}\translations"; Flags: ignoreversion Source: gpsbabelfe_it.ts; DestDir: "{app}\translations"; Flags: ignoreversion +Source: gpsbabelfe_ru.ts; DestDir: "{app}\translations"; Flags: ignoreversion ; Compiled translation strings that are used at runtime. ; Only Spanish is adequately translated for now. @@ -95,3 +96,8 @@ Name: "{commondesktop}\GPSBabel"; Filename: "{app}\gpsbabelfe.exe"; Tasks: deskt [Run] Filename: "{app}\gpsbabelfe.exe"; Description: "{cm:LaunchProgram,GPSBabelFE}"; Flags: nowait postinstall skipifsilent +[Registry] +Root: HKCU; Subkey: "Software\GPSBabel"; Flags: uninsdeletekeyifempty +Root: HKCU; Subkey: "Software\GPSBabel\GPSBabel"; Flags: uninsdeletekey +Root: HKCU; Subkey: "Software\GPSBabel\GPSBabelFE"; Flags: uninsdeletekey + -- 2.30.2